home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / xflc_009.zip / XFLC.CTL < prev    next >
Text File  |  1992-06-10  |  3KB  |  118 lines

  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %
  3. %     This is the default configuration file for XFLC
  4. %
  5. %     Call XFLC [d:\path\filename.ext] to start XFLC with different
  6. %     controlfiles. 
  7. %    
  8. %     Blank lines or lines with leading space(s) or the "%"-
  9. %     character are treated as comments.
  10. %
  11. %     Refer the XFLC documentations for a more detailed description
  12. %     of the controlfile.
  13. %
  14. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  15.  
  16. % Path where your systemfiles resides. This statement overwrites the
  17. % path specified with the environment variable.
  18. %SysPath C:\RA
  19.  
  20. % If you have'nt specify a systempath via the environment variable, you
  21. % tell XFLC with this statement to work with a RA or SBBS installation
  22. %BBS RA
  23.  
  24. % Let's make the filelist
  25. AllFiles
  26.  
  27. % New files on the board 
  28. NewFiles
  29.  
  30. % Let's put our LOGO in front of the Public List.
  31. Header
  32.  
  33. % And some additional information in the buttom of the list..
  34. Footer
  35.  
  36. % First file area no. to list
  37. First 1
  38.  
  39. % Last file area no. to list
  40. % These statements takes highest priority
  41. Last 200
  42.  
  43. % List only areas with the specified level or below.
  44. % Skip areas that are not available for normal users.
  45. Level 50
  46.  
  47. % XFLC list defaults to mark last months file with a '*' in the Opus way.
  48. % You may change the number of days using MarkLast.
  49. MarkLast 10
  50.  
  51. % Areas to leave out (up to 200 statements possible)
  52. % This parameter will overwrite the "Level" and the "Show" statements.
  53. %Skip 150
  54.  
  55. % Add an extra area to the list (up to 200 statements possible).
  56. % This parameter will overwrite the "Level" statement.
  57. %Show 151
  58.  
  59. % This statement will comment out a non-existing file in the filelist
  60. % Never use "Missing" together with "RemMiss"
  61. %Missing --- Offline ---
  62.  
  63. % Delete missing files from FILES.BBS
  64. % FILES.BBS will be completely removed if no more files are in the area!
  65. RemMiss
  66.  
  67. % Create a status report. If you set the reserved keyword "ALLFILES"
  68. % the status report will be placed at the end of your AllFiles list.
  69. Stats AllFiles
  70.  
  71. % With this option you can specify how to archive your filelist
  72. % You can choose between PackA for AllFiles and PackN for NewFiles
  73. PackA ARJ m -jm -s -zLISTHEAD.TXT ALLFILES ALLFILES.TXT
  74. %PackA PKZIP -mexo -z ALLFILES ALLFILES.TXT <LISTHEAD.TXT
  75. %PackN ARJ m -jm -s NEWFILES NEWFILES.TXT
  76.  
  77. % Adopt files: Insert orphans in FILES.BBS.
  78. Adopt
  79.  
  80. % Make an orphan report of all adopted files (works only with "Adopt")
  81. Orphan
  82.  
  83. % Enable wrapping of filedescriptions.
  84. Wrap
  85.  
  86. % The second and following lines of filedescriptions start at the
  87. % column, specified by this statement
  88. Indent 37
  89.  
  90. % Show a progressmeter on all operations
  91. % The optional characters will be used for the graphic bar
  92. Progress
  93.  
  94. % Replace the own errorhandler by QB's error handling. Use this only
  95. % for debugging reasons, since the system will stop and wait for a
  96. % keystroke. 
  97. %FullError
  98.  
  99. % Place self definable headerfiles at the top of each filearea
  100. AreaHead 
  101.  
  102. % Let's add the estimated transfer time to the filedescription
  103. XFerTime
  104.  
  105. % Maximal number of files each filearea
  106. MaxFiles 2000
  107.  
  108. % If the first character of a line in FILES.BBS matches with one of the
  109. % character(s) specified with this statement, this line will be treated
  110. % as a comment.
  111. Comment -*
  112.  
  113. % Remove all files matching the filespecification
  114. Crap *.bak
  115. Crap *.@*
  116.  
  117. DIZFile FILE_ID.DIZ
  118.